ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / ColumnData Property

In This Topic
    ColumnData Property
    In This Topic
    Gets or sets the data of specific column.
    Syntax
    'Declaration
     
    Public Property ColumnData As IList(Of Object)
    public IList<object> ColumnData {get; set;}
    See Also